load(c);
}
private static void setTypeName(JComponent component, LWComponent c, String suffix) {
component.setName(c.getComponentTypeLabel() + " " + suffix);
}
public void attach(LWComponent c) {
if (c instanceof LWSlide && c.isPathwayOwned())
type = "Pathway";
else
type = c.getComponentTypeLabel();
component.setName(type + " " + suffix);
}